home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.hdv / Dev.CD.8 / Essentials / Interfaces / APW.Interfaces / AInclude / E16.Font < prev    next >
Encoding:
Text File  |  1990-06-30  |  1.8 KB  |  64 lines  |  [04] ASCII Text (0x0000)

  1. ; File:  E16.Font
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. fmDupStartUpErr GEQU $1B01 ; duplicate FMStartUp call
  9. fmResetErr GEQU $1B02 ; can't reset the Font Manager
  10. fmNotActiveErr GEQU $1B03 ; Font Manager not active
  11. fmFamNotFndErr GEQU $1B04 ; family not found
  12. fmFontNtFndErr GEQU $1B05 ; font not found
  13. fmFontMemErr GEQU $1B06 ; font not in memory
  14. fmSysFontErr GEQU $1B07 ; system font cannot be purgeable
  15. fmBadFamNumErr GEQU $1B08 ; illegal family number
  16. fmBadSizeErr GEQU $1B09 ; illegal size
  17. fmBadNameErr GEQU $1B0A ; illegal name length
  18. fmMenuErr GEQU $1B0B ; fix font menu never called
  19. fmScaleSizeErr GEQU $1B0C ; scaled size of font exeeds limits
  20. chicago GEQU $FFFD
  21. shaston GEQU $FFFE
  22. systemFont0 GEQU $0000
  23. systemFont1 GEQU $0001
  24. newYork GEQU $0002
  25. geneva GEQU $0003
  26. monaco GEQU $0004
  27. venice GEQU $0005
  28. london GEQU $0006
  29. athens GEQU $0007
  30. sanFrancisco GEQU $0008
  31. toronto GEQU $0009
  32. cairo GEQU $000B
  33. losAngeles GEQU $000C
  34. zapfDingbats GEQU $000D
  35. bookman GEQU $000E
  36. helveticaNarrow GEQU $000F
  37. palatino GEQU $0010
  38. zapfChancery GEQU $0012
  39. times GEQU $0014
  40. helvetica GEQU $0015
  41. courier GEQU $0016
  42. symbol GEQU $0017
  43. taliesin GEQU $0018
  44. avanteGarde GEQU $0021
  45. newCenturySchoolbook GEQU $0022
  46. baseOnlyBit GEQU $0020 ; FamSpecBits
  47. notBaseBit GEQU $0020 ; FamStatBits
  48. memOnlyBit GEQU $0001 ; FontSpecBits
  49. realOnlyBit GEQU $0002 ; FontSpecBits
  50. anyFamBit GEQU $0004 ; FontSpecBits
  51. anyStyleBit GEQU $0008 ; FontSpecBits
  52. anySizeBit GEQU $0010 ; FontSpecBits
  53. memBit GEQU $0001 ; FontStatBits
  54. unrealBit GEQU $0002 ; FontStatBits
  55. apFamBit GEQU $0004 ; FontStatBits
  56. apVarBit GEQU $0008 ; FontStatBits
  57. purgeBit GEQU $0010 ; FontStatBits
  58. notDiskBit GEQU $0020 ; FontStatBits
  59. notFoundBit GEQU $8000 ; FontStatBits
  60. dontScaleBit GEQU $0001 ; Scale Word
  61. ; offset constants for FontStatRec
  62. oresultID GEQU 0
  63. oresultStats GEQU 4
  64.